Change libdcmtk9 -> 10 because of soname change
authorGert Wollny <gw.fossdev@gmail.com>
Mon, 7 Nov 2016 11:45:31 +0000 (12:45 +0100)
committerGert Wollny <gw.fossdev@gmail.com>
Mon, 7 Nov 2016 11:45:31 +0000 (12:45 +0100)
debian/control
debian/libdcmtk10.install [new file with mode: 0644]
debian/libdcmtk10.lintian-overrides [new file with mode: 0644]
debian/libdcmtk9.install [deleted file]
debian/libdcmtk9.lintian-overrides [deleted file]
debian/rules

index ba7dc3384ba0ead8b319674107755b7325f0add3..eca008c9714495582d142d07252a8d16765b2392 100644 (file)
@@ -39,7 +39,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk9
+Package: libdcmtk10
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -66,7 +66,7 @@ Depends: libxml2-dev,
          libwrap0-dev, 
          libcharls-dev, 
          libtiff-dev, 
-         libdcmtk9 (= ${binary:Version}),
+         libdcmtk10 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: dcmtk-doc
 Breaks: libinsighttoolkit4-dev (<< 4.9.0)
diff --git a/debian/libdcmtk10.install b/debian/libdcmtk10.install
new file mode 100644 (file)
index 0000000..c55be20
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk10/*.dic
diff --git a/debian/libdcmtk10.lintian-overrides b/debian/libdcmtk10.lintian-overrides
new file mode 100644 (file)
index 0000000..4b28bd8
--- /dev/null
@@ -0,0 +1,5 @@
+# There is more than one library in one package bundles which makes perfectly
+# sense in this application but does not enable naming the library package apropriately
+libdcmtk10: package-name-doesnt-match-sonames
+libdcmtk10: embedded-library
+libdcmtk10: no-symbols-control-file
diff --git a/debian/libdcmtk9.install b/debian/libdcmtk9.install
deleted file mode 100644 (file)
index 951fa12..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk9/*.dic
diff --git a/debian/libdcmtk9.lintian-overrides b/debian/libdcmtk9.lintian-overrides
deleted file mode 100644 (file)
index 55bfa94..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# There is more than one library in one package bundles which makes perfectly
-# sense in this application but does not enable naming the library package apropriately
-libdcmtk9: package-name-doesnt-match-sonames
-libdcmtk9: embedded-library
-libdcmtk9: no-symbols-control-file
index cdf4bc3fceb10df5f36ca6812939c5d43937a98c..adf60e490437ae6cabc47c0957476bcd1f992c7c 100755 (executable)
@@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
  -DDCMTK_WITH_ICONV:BOOL=ON \
  -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk9 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk10 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF